home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 2 / ETO Development Tools 2.iso / Tools - Objects / MacApp / MacApp CD Release / MacApp 2.0.1 (Many Libraries) / Tools / MABuild.r < prev    next >
Encoding:
Text File  |  1990-10-25  |  32.1 KB  |  1,099 lines  |  [TEXT/MPS ]

  1. /* Copyright © 1986-1990 Apple Computer, Inc.  All rights reserved. */
  2.  
  3. /* • Auto-Include the requirements for this source */
  4.  
  5. #ifndef __CMDO.R__
  6. #include "cmdo.r"
  7. #endif
  8.  
  9. #ifndef __PICT.R__
  10. #include "Pict.r"
  11. #endif
  12.  
  13.  
  14. resource 'cmdo' (128, "MABuild") {
  15.     {
  16.         295,            /* Height of dialog */
  17.         "Make MacApp program up-to-date by rebuilding everything that is out-of-date.",
  18.         {
  19.             notDependent {}, RegularEntry {
  20.                 "Application:",
  21.                 {20, 15, 36, 105},
  22.                 {20, 105, 36, 330},
  23.                 "",
  24.                 keepCase,
  25.                 "",
  26.                 "This is the name of your application." },
  27.             Or { {1} }, DoItButton {},
  28.             notDependent {}, TriStateButtons {
  29.                 "", { {60,20,76,155}, "AutoBuild", "-NoAutoBuild", "", "-AutoBuild",
  30.                     "Auto-build the MacApp libraries (and any others). MABuild defaults "
  31.                     "to -NoAutoBuild." } },
  32.             notDependent {}, TriStateButtons {
  33.                 "", { {76,20,92,155}, "Show Progress", "-NoPP", "", "-PP",
  34.                     "Have all tools show progress. MABuild defaults "
  35.                     "to -NoPP." } },
  36.             notDependent {}, TriStateButtons {
  37.                 "", { {92,20,108,155}, "Run", "-NoRun", "", "-Run",
  38.                     "Run after build. MABuild defaults "
  39.                     "to -NoRun." } },
  40.             notDependent {}, TriStateButtons {
  41.                 "", { {108,20,124,155}, "Save Windows", "-NoSave", "", "-Save",
  42.                     "Auto-save all open windows before starting build. MABuild defaults "
  43.                     "to -NoSave." } },
  44.             notDependent {}, TriStateButtons {
  45.                 "", { {124,20,140,155}, "SeparateObjects", "-NoSeparateObjects", "", "-SeparateObjects",
  46.                     "Keep separate object folders for each build variation. MABuild defaults "
  47.                     "to -SeparateObjects." } },
  48.             notDependent {}, TriStateButtons {
  49.                 "", { {140,20,156,155}, "Show Times", "-NoT", "", "-T",
  50.                     "Have all tools show elapsed time. MABuild defaults "
  51.                     "to -NoT." } },
  52.             notDependent {}, TextBox {
  53.                 black,
  54.                 {52,15,164,160},
  55.                 "Common Options" },
  56.  
  57.             notDependent {}, RadioButtons {
  58.                 {
  59.                     {76,175,92,325}, "Std Debugging", "", set,
  60.                         "Use the standard debugging set. This implicitly sets BottleNeck, "
  61.                         "Inspector, Names, Perform, Range/Overflow Check, Trace, and UnInit.",
  62.                     {92,175,108,325}, "Std Non-Debugging", "-NoDebug", notSet,
  63.                         "Use the standard non-debugging set. This implicitly clears BottleNeck, "
  64.                         "Inspector, Names, Perform, Range/Overflow Check, Trace, and UnInit.",
  65.                     {108,175,124,325}, "Custom", "", notSet,
  66.                         "Choose this if you want a non-standard [non-]debugging set. The "
  67.                         "\"Debug Options\" button will become enabled, and you'll be able to "
  68.                         "choose the features you want."
  69.                 }},
  70.             notDependent {}, CheckOption {
  71.                 notSet, {140,175,156,325}, "Use SADE symbols",
  72.                     "-Sym",
  73.                 "Generate SADE symbols."},
  74.             notDependent {}, TextBox {
  75.                 black,
  76.                 {68,170,164,330},
  77.                 "Debugging Options" },
  78.             notDependent {}, Box {
  79.                 gray, {132, 175,133, 325}},
  80.  
  81.             Or {{(3<<12) + 10}}, NestedDialog {
  82.                 2,
  83.                 {20, 338, 40, 466},
  84.                 "Debug Options…",
  85.                 "This leads to the custom debugging options. If this button is grayed out, "
  86.                 "you can activate it by clicking on \"Custom\" radio button under "
  87.                 "\"Debugging Options\"" },
  88.             notDependent {}, NestedDialog {
  89.                 3,
  90.                 {50, 338, 70, 466},
  91.                 "System Options…",
  92.                 "This leads to options that control the type of system for which the "
  93.                 "application will be built." },
  94.             notDependent {}, NestedDialog {
  95.                 4,
  96.                 {80, 338, 100, 466},
  97.                 "More Options…",
  98.                 "This leads to the less often used options." },
  99.             notDependent {}, NestedDialog {
  100.                 5,
  101.                 {110, 338, 130, 466},
  102.                 "Compiler Options…",
  103.                 "Assign options for the various tools." },
  104.             notDependent {}, NestedDialog {
  105.                 6,
  106.                 {140, 338, 160, 466},
  107.                 "Defines/Aliases…",
  108.                 "Set compiler defines and directory aliases." },
  109.  
  110.             notDependent {}, Box {
  111.                 gray, {7,5,190,475} },
  112.             notDependent {}, Box {
  113.                 black, {11,9,186,471} },
  114.             notDependent {}, Box {
  115.                 black, {10,8,187,472} },
  116.  
  117.         /*    notDependent {}, PictOrIcon {
  118.                 Picture,
  119.                 128,
  120.                 {12, 10, 60, 209}
  121.             }, */
  122.             notDependent {}, VersionDialog {
  123.                 VersionString {"1.0b10"},
  124.                 "MABuild 1.0b10\n"
  125.                 $$Shell("MALongVersion") "\n"
  126.                 "  (Blood, sweat, and tears by Keith Rollin)",
  127.                 noDialog },
  128.         },
  129.  
  130.         295,
  131.         "Set the debugging options.",
  132.         {
  133.             notDependent {}, RadioButtons {
  134.                 {
  135.                     {30,60,46,230}, "Use Debugging Gear", "", set,
  136.                     "Turn on debugging and install debugging gear",
  137.                     {30,250,46,429}, "Turn off Debugging Gear", "-NoDebug", notSet,
  138.                     "Turn off debugging",
  139.                 }},
  140.             Or {{(1<<12) + 1}}, CheckOption {
  141.                 notSet, {50,60,66,230},  "No BottleNeck",
  142.                     "-NoBottleNeck",
  143.                 "Don't bottleneck method calls through the dispatcher"},
  144.             Or {{(1<<12) + 1}}, CheckOption {
  145.                 notSet, {66,60,82,230},  "No Inspector",
  146.                     "-NoInspector",
  147.                 "Don't include inspector in debugging gear"},
  148.             Or {{(1<<12) + 1}}, CheckOption {
  149.                 notSet, {82,60,98,230},  "No Names",
  150.                     "-NoNames",
  151.                 "Don't include embedded debugging symbols"},
  152.             Or {{(1<<12) + 1}}, CheckOption {
  153.                 notSet, {98,60,114,230},  "No Performance Tools",
  154.                     "-NoPerform",
  155.                 "Don't include performance monitor code"},
  156.             Or {{(1<<12) + 1}}, CheckOption {
  157.                 notSet, {114,60,130,230},  "No Range/Overflow Checking",
  158.                     "-NoRangeCheck",
  159.                 "Don't force Range/Overflow checking"},
  160.             Or {{(1<<12) + 1}}, CheckOption {
  161.                 notSet, {130,60,146,230},  "No Tracing",
  162.                     "-NoTrace",
  163.                 "Don't include tracing facilities in debugging gear"},
  164.             Or {{(1<<12) + 1}}, CheckOption {
  165.                 notSet, {146,60,162,230},  "No Initialization",
  166.                     "-NoUnInit",
  167.                 "Don't force initialization of uninitialized storage"},
  168.             Or {{(1<<12) + 1}}, CheckOption {
  169.                 notSet, {162,60,178,230},  "unused",
  170.                     "",
  171.                 "Don't include writeLn window in debugging gear"},
  172.  
  173.             Or {{-((1<<12) + 1)}}, CheckOption {
  174.                 notSet, {50,250,66,420},  "BottleNeck",
  175.                     "-BottleNeck",
  176.                 "Bottleneck method calls through the dispatcher"},
  177.             Or {{-((1<<12) + 1)}}, CheckOption {
  178.                 notSet, {66,250,82,420},  "Inspector",
  179.                     "-Inspector",
  180.                 "Include inspector"},
  181.             Or {{-((1<<12) + 1)}}, CheckOption {
  182.                 notSet, {82,250,98,420},  "Names",
  183.                     "-Names",
  184.                 "Include embedded debugging symbols"},
  185.             Or {{-((1<<12) + 1)}}, CheckOption {
  186.                 notSet, {98,250,114,420},  "Performance Tools",
  187.                     "-Perform",
  188.                 "Include performance monitor code"},
  189.             Or {{-((1<<12) + 1)}}, CheckOption {
  190.                 notSet, {114,250,130,420},  "Range/Overflow Checking",
  191.                     "-RangeCheck",
  192.                 "Force Range/Overflow checking"},
  193.             Or {{-((1<<12) + 1)}}, CheckOption {
  194.                 notSet, {130,250,146,420},  "Tracing",
  195.                     "-Trace",
  196.                 "Include tracing facilities in debugging gear"},
  197.             Or {{-((1<<12) + 1)}}, CheckOption {
  198.                 notSet, {146,250,162,420},  "Initialization",
  199.                     "-UnInit",
  200.                 "Force initialization of uninitialized storage"},
  201.             Or {{-((1<<12) + 1)}}, CheckOption {
  202.                 notSet, {162,250,178,420},  "",
  203.                     "",
  204.                 "Include writeLn window in debugging gear"},
  205.  
  206.             notDependent {}, NestedDialog {
  207.                 7,
  208.                 {160, 400, 180, 465},
  209.                 "Help",
  210.                 "Get help on what this stupid dialog box is all about." },
  211.  
  212.             notDependent {}, Box {
  213.                 black, {27,50,180,430} },
  214.             notDependent {}, Box {
  215.                 black, {27,240,180,241} },
  216.             notDependent {}, Box {
  217.                 black, {48,50,49,430} },
  218.         },
  219.  
  220.         280,
  221.         "Set options that determine the system for which this application is built.",
  222.         {
  223.             notDependent {}, RadioButtons {
  224.                 {
  225.                     {38,20,54,150}, "No Dependancy", "-NoNeedsROM128K", notSet,
  226.                         "Don't require a certain ROM",
  227.                     {54,20,70,150}, "Needs 128K ROM", "", set,
  228.                         "Build to require ROM 128K or better",
  229.                 }},
  230.             notDependent {}, TextBox {
  231.                 black,
  232.                 {30,15,78,155},
  233.                 "ROM Options" },
  234.  
  235.             notDependent {}, RadioButtons {
  236.                 {
  237.                     {38,170,54,300}, "No Dependancy", "", set,
  238.                         "Don't require a certain System",
  239.                     {54,170,70,300}, "Needs Sys 6.0+", "-NeedsSystem6", notSet,
  240.                         "Build to require System 6.0 or better",
  241.                 }},
  242.             notDependent {}, TextBox {
  243.                 black,
  244.                 {30,165,78,305},
  245.                 "System Options" },
  246.  
  247.             notDependent {}, RadioButtons {
  248.                 {
  249.                     {38,320,54,450}, "No Dependancy", "", set,
  250.                         "Don't require Color QuickDraw",
  251.                     {54,320,70,450}, "Needs Color QD", "-NeedsColorQD", notSet,
  252.                         "Build to require Color QuickDraw",
  253.                 }},
  254.             notDependent {}, TextBox {
  255.                 black,
  256.                 {30,315,78,455},
  257.                 "QuickDraw Options" },
  258.  
  259.             notDependent {}, RadioButtons {
  260.                 {
  261.                     {108,20,124,150}, "No Dependancy", "", set,
  262.                         "Don't require a certain CPU",
  263.                     {124,20,140,150}, "Needs MC68020", "-NeedsMC68020", notSet,
  264.                         "Build to require a 68020",
  265.                     {140,20,156,150}, "Needs MC68030", "-NeedsMC68030", notSet,
  266.                         "Build to require a 68030"
  267.                 }},
  268.             notDependent {}, TextBox {
  269.                 black,
  270.                 {100,15,164,155},
  271.                 "CPU Options" },
  272.  
  273.             notDependent {}, RadioButtons {
  274.                 {
  275.                     {108,170,124,300}, "No Dependancy", "", set,
  276.                         "Don't require an FPU",
  277.                     {124,170,140,300}, "Needs FPU", "-NeedsFPU", notSet,
  278.                         "Require an FPU"
  279.                 }},
  280.             notDependent {}, TextBox {
  281.                 black,
  282.                 {100,165,164,305},
  283.                 "FPU Options" }
  284.         },
  285.  
  286.         280,
  287.         "Set the less commonly used options.",
  288.         {
  289.             notDependent {}, TriStateButtons {
  290.                 "", { {30,95,46,230}, "Align", "-NoAlign", "", "-Align",
  291.                     "Longword align all code and data for speed. MABuild defaults "
  292.                     "to -Align." } },
  293.             notDependent {}, TriStateButtons {
  294.                 "", { {46,95,62,230}, "Execute", "-NoExecute", "", "-Execute",
  295.                     "Execute the results of Make. MABuild defaults "
  296.                     "to -Execute." } },
  297.             notDependent {}, TriStateButtons {
  298.                 "", { {62,95,78,230}, "ExpandEnvVars", "-NoExpandEnvVars", "", "-ExpandEnvVars",
  299.                     "Expand environment vars in AppName.makeit. MABuild defaults "
  300.                     "to -NoExpandEnvVars." } },
  301.             notDependent {}, TriStateButtons {
  302.                 "", { {78,95,94,230}, "Fail", "-NoFail", "", "-Fail",
  303.                     "Stop executing after first failure. MABuild defaults "
  304.                     "to -NoFail." } },
  305.             notDependent {}, TriStateButtons {
  306.                 "", { {94,95,110,230}, "MacApp", "-NoMacApp", "", "-MacApp",
  307.                     "Build for use with MacApp. MABuild defaults "
  308.                     "to -MacApp." } },
  309.             notDependent {}, TriStateButtons {
  310.                 "", { {110,95,126,230}, "StatusOnly", "-NoStatusOnly", "", "-StatusOnly",
  311.                     "Write results of Make to StdOut. MABuild defaults "
  312.                     "to -NoStatusOnly." } },
  313.             notDependent {}, TriStateButtons {
  314.                 "", { {126,95,142,230}, "UserAutoBuild", "-NoUserAutoBuild", "", "-UserAutoBuild",
  315.                     "Auto-build user specified libraries {MAUserAutoBuild}. MABuild defaults "
  316.                     "to -UserAutoBuild." } },
  317.                     
  318.             notDependent {}, TriStateButtons {
  319.                 "", { {30,250,46,400}, "TemplateViews", "-NoTemplateViews", "", "-TemplateViews",
  320.                     "Include code to create views from templates. MABuild defaults "
  321.                     "to -TemplateViews." } },
  322.             
  323.             notDependent {}, TriStateButtons {
  324.                 "", { {46,250,62,400}, "Linkmap", "-NoLinkMap", "", "-LinkMap",
  325.                     "Generate a linkmap. MABuild defaults "
  326.                     "to -NoLinkMap." } },
  327.             
  328.             notDependent {}, TriStateButtons {
  329.                 "", { {62,250,78,400}, "Link Cross Ref", "-NoLinkXRef", "", "-LinkXRef",
  330.                     "Generate a link cross reference. MABuild defaults "
  331.                     "to -NoLinkXRef." } },
  332.             
  333.             notDependent {}, TextBox {
  334.                 gray, {22, 90, 150, 405}, "The Rest of the Options" },
  335.             notDependent {}, Box {
  336.                 gray, {30, 240, 142, 241} }
  337.         },
  338.  
  339.         295,
  340.         "Set the Pass-through options.",
  341.         {
  342.             notDependent {}, RegularEntry {
  343.                 "Asm:",
  344.                 {25, 10, 41, 60},
  345.                 {25, 60, 41, 220},
  346.                 "-case on",
  347.                 ignoreCase,
  348.                 "-Asm",
  349.                 "Passthrough options to Assembler." },
  350.             notDependent {}, RegularEntry {
  351.                 "C:",
  352.                 {50, 10, 66, 60},
  353.                 {50, 60, 66, 220},
  354.                 "",
  355.                 ignoreCase,
  356.                 "-C",
  357.                 "Passthrough options to C compiler." },
  358.             notDependent {}, RegularEntry {
  359.                 "C++:",
  360.                 {75, 10, 91, 60},
  361.                 {75, 60, 91, 220},
  362.                 "",
  363.                 ignoreCase,
  364.                 "-CPlus",
  365.                 "Passthrough options to C++ compiler." },
  366.             notDependent {}, RegularEntry {
  367.                 "Lib:",
  368.                 {100, 10, 116, 60},
  369.                 {100, 60, 116, 220},
  370.                 "",
  371.                 ignoreCase,
  372.                 "-Lib",
  373.                 "Passthrough options to Librarian." },
  374.             notDependent {}, RegularEntry {
  375.                 "Link:",
  376.                 {125, 10, 141, 60},
  377.                 {125, 60, 141, 220},
  378.                 "",
  379.                 ignoreCase,
  380.                 "-Link",
  381.                 "Passthrough options to Linker." },
  382.  
  383.             notDependent {}, RegularEntry {
  384.                 "Make:",
  385.                 {150, 10, 166, 60},
  386.                 {150, 60, 166, 220},
  387.                 "-w",
  388.                 ignoreCase,
  389.                 "-Make",
  390.                 "Passthrough options to Make." },
  391.             notDependent {}, RegularEntry {
  392.                 "Pascal:",
  393.                 {25, 240, 41, 310},
  394.                 {25, 310, 41, 460},
  395.                 "",
  396.                 ignoreCase,
  397.                 "-Pascal",
  398.                 "Passthrough options to Pascal compiler." },
  399.             notDependent {}, RegularEntry {
  400.                 "Rez:",
  401.                 {50, 240, 66, 310},
  402.                 {50, 310, 66, 460},
  403.                 "",
  404.                 ignoreCase,
  405.                 "-Rez",
  406.                 "Passthrough options to Resource compiler." },
  407.             notDependent {}, RegularEntry {
  408.                 "PostRez:",
  409.                 {75, 240, 91, 310},
  410.                 {75, 310, 91, 460},
  411.                 "",
  412.                 ignoreCase,
  413.                 "-PostRez",
  414.                 "Passthrough options to PostRez tool." },
  415.             notDependent {}, CheckOption {
  416.                 NotSet, {118,305,134,460}, "Passthru -E to Make",
  417.                     "-E",
  418.                 "Passthru -E to Make; rebuild everything regardless of dates" },
  419.             notDependent {}, CheckOption {
  420.                 NotSet, {134,305,150,460}, "Passthru -R to Make",
  421.                     "-R",
  422.                 "Passthru -E to Make; write roots of dependency graph to output" },
  423.             notDependent {}, CheckOption {
  424.                 NotSet, {150,305,166,460}, "Passthru -S to Make",
  425.                     "-S",
  426.                 "Passthru -E to Make; write structure of target dependencies to output" }
  427.         },
  428.  
  429.         295,
  430.         "Set the compiler defines and directory aliases.",
  431.         {
  432.             notDependent {}, MultiRegularEntry {
  433.                 "Defines:",
  434.                 {20,7,35,125},
  435.                 {20,130,90,465},
  436.                 {},
  437.                 "-d",
  438.                 "Set compile time variable name in all compilers. Use the form: "
  439.                 "name[=(TRUE|FALSE)]" },
  440.             notDependent {}, MultiRegularEntry {
  441.                 "Directory Aliases:",
  442.                 {100,7,115,125},
  443.                 {100,130,180,465},
  444.                 {
  445.                     /*"NmDbInUnPeRaWrTrTe 'Debug Files'",
  446.                     "NmDbInUnPeRaWrTrTeSm 'SADE Debug Files'",
  447.                     "Te 'Non-Debug Files'",
  448.                     "TeSm 'SADE Non-Debug Files'"*/
  449.                 },
  450.                 "-RenameFlag",
  451.                 "Enter a Directory Alias. For example, if you needed to alias the \".SADE "
  452.                 " Debug Files\" folder, you would enter \"NmDbInUnPeRaWrTrTeSm 'SADE "
  453.                 "Debug Files'\"" },
  454.         },
  455.         
  456.         295,
  457.         "Debugging Dialog Box Help",
  458.         {
  459.             notDependent {}, TextTitle {
  460.                 plain, {15,10,30,470}, systemFont, systemSize,
  461.                 "Normally, when you build with debugging on, the following build"
  462.             },
  463.             notDependent {}, TextTitle {
  464.                 plain, {30,10,45,470}, systemFont, systemSize,
  465.                 "options are also turned on: BottleNeck, Inspector, Names, Perform,"
  466.             },
  467.             notDependent {}, TextTitle {
  468.                 plain, {45,10,60,470}, systemFont, systemSize,
  469.                 "Range/Overflow Check, Trace, and UnInit. Alternatively, when"
  470.             },
  471.             notDependent {}, TextTitle {
  472.                 plain, {60,10,75,470}, systemFont, systemSize,
  473.                 "debugging is turned off, these options are likewise turned off."
  474.             }
  475.         }
  476.     }
  477. };
  478.  
  479. resource 'PICT' (128, purgeable) {
  480.     {3, 66, 51, 265},
  481.     VersionTwo {
  482.         {    /* array OpCodes: 5 elements */
  483.             /* [1] */
  484.             HeaderOp {
  485.                 Version2,
  486.                 0x420000,
  487.                 0x30000,
  488.                 0x1090000,
  489.                 0x330000,
  490.                 0
  491.             },
  492.             /* [2] */
  493.             DefHilite {
  494.  
  495.             },
  496.             /* [3] */
  497.             Clip {
  498.                 {0, 56, 699, 632},
  499.                 $""
  500.             },
  501.             /* [4] */
  502.             PackBitsRgn {
  503.                 200,
  504.                 {3, 66, 51, 265},
  505.                 0,
  506.                 unpacked,
  507.                 0,
  508.                 0x480000,
  509.                 0x480000,
  510.                 chunky,
  511.                 8,
  512.                 1,
  513.                 8,
  514.                 0,
  515.                 7952,
  516.                 0x877,
  517.                 -32768,
  518.                 {    /* array ColorSpec: 256 elements */
  519.                     /* [1] */
  520.                     -32768, 65535, 65535, 65535,
  521.                     /* [2] */
  522.                     -32768, 0, 26880, 65280,
  523.                     /* [3] */
  524.                     -32768, 0, 25344, 65280,
  525.                     /* [4] */
  526.                     -32768, 0, 23808, 65280,
  527.                     /* [5] */
  528.                     -32768, 0, 22016, 65280,
  529.                     /* [6] */
  530.                     -32768, 0, 20480, 65280,
  531.                     /* [7] */
  532.                     -32768, 0, 18944, 65280,
  533.                     /* [8] */
  534.                     -32768, 0, 17152, 65280,
  535.                     /* [9] */
  536.                     -32768, 0, 15616, 65280,
  537.                     /* [10] */
  538.                     -32768, 0, 13824, 65280,
  539.                     /* [11] */
  540.                     -32768, 0, 12288, 65280,
  541.                     /* [12] */
  542.                     -32768, 0, 10752, 65280,
  543.                     /* [13] */
  544.                     -32768, 0, 8960, 65280,
  545.                     /* [14] */
  546.                     -32768, 0, 7424, 65280,
  547.                     /* [15] */
  548.                     -32768, 0, 5888, 65280,
  549.                     /* [16] */
  550.                     -32768, 0, 4096, 65280,
  551.                     /* [17] */
  552.                     -32768, 0, 2560, 65280,
  553.                     /* [18] */
  554.                     -32768, 0, 768, 65280,
  555.                     /* [19] */
  556.                     -32768, 1536, 0, 65280,
  557.                     /* [20] */
  558.                     -32768, 3072, 0, 65280,
  559.                     /* [21] */
  560.                     -32768, 4864, 0, 65280,
  561.                     /* [22] */
  562.                     -32768, 6400, 0, 65280,
  563.                     /* [23] */
  564.                     -32768, 7936, 0, 65280,
  565.                     /* [24] */
  566.                     -32768, 9728, 0, 65280,
  567.                     /* [25] */
  568.                     -32768, 11264, 0, 65280,
  569.                     /* [26] */
  570.                     -32768, 13056, 0, 65280,
  571.                     /* [27] */
  572.                     -32768, 14592, 0, 65280,
  573.                     /* [28] */
  574.                     -32768, 16128, 0, 65280,
  575.                     /* [29] */
  576.                     -32768, 17920, 0, 65280,
  577.                     /* [30] */
  578.                     -32768, 19456, 0, 65280,
  579.                     /* [31] */
  580.                     -32768, 20992, 0, 65280,
  581.                     /* [32] */
  582.                     -32768, 22784, 0, 65280,
  583.                     /* [33] */
  584.                     -32768, 24320, 0, 65280,
  585.                     /* [34] */
  586.                     -32768, 26112, 0, 65280,
  587.                     /* [35] */
  588.                     -32768, 27648, 0, 65280,
  589.                     /* [36] */
  590.                     -32768, 29184, 0, 65280,
  591.                     /* [37] */
  592.                     -32768, 30976, 0, 65280,
  593.                     /* [38] */
  594.                     -32768, 32512, 0, 65280,
  595.                     /* [39] */
  596.                     -32768, 34048, 0, 65280,
  597.                     /* [40] */
  598.                     -32768, 35840, 0, 65280,
  599.                     /* [41] */
  600.                     -32768, 37376, 0, 65280,
  601.                     /* [42] */
  602.                     -32768, 39168, 0, 65280,
  603.                     /* [43] */
  604.                     -32768, 40704, 0, 65280,
  605.                     /* [44] */
  606.                     -32768, 42240, 0, 65280,
  607.                     /* [45] */
  608.                     -32768, 44032, 0, 65280,
  609.                     /* [46] */
  610.                     -32768, 45568, 0, 65280,
  611.                     /* [47] */
  612.                     -32768, 47104, 0, 65280,
  613.                     /* [48] */
  614.                     -32768, 48896, 0, 65280,
  615.                     /* [49] */
  616.                     -32768, 50432, 0, 65280,
  617.                     /* [50] */
  618.                     -32768, 52224, 0, 65280,
  619.                     /* [51] */
  620.                     -32768, 53760, 0, 65280,
  621.                     /* [52] */
  622.                     -32768, 55296, 0, 65280,
  623.                     /* [53] */
  624.                     -32768, 57088, 0, 65280,
  625.                     /* [54] */
  626.                     -32768, 58624, 0, 65280,
  627.                     /* [55] */
  628.                     -32768, 60160, 0, 65280,
  629.                     /* [56] */
  630.                     -32768, 61952, 0, 65280,
  631.                     /* [57] */
  632.                     -32768, 63488, 0, 65280,
  633.                     /* [58] */
  634.                     -32768, 65280, 0, 65280,
  635.                     /* [59] */
  636.                     -32768, 65280, 0, 63488,
  637.                     /* [60] */
  638.                     -32768, 65280, 0, 61952,
  639.                     /* [61] */
  640.                     -32768, 65280, 0, 60160,
  641.                     /* [62] */
  642.                     -32768, 65280, 0, 58624,
  643.                     /* [63] */
  644.                     -32768, 65280, 0, 57088,
  645.                     /* [64] */
  646.                     -32768, 65280, 0, 55296,
  647.                     /* [65] */
  648.                     -32768, 65280, 0, 53760,
  649.                     /* [66] */
  650.                     -32768, 65280, 0, 52224,
  651.                     /* [67] */
  652.                     -32768, 65280, 0, 50432,
  653.                     /* [68] */
  654.                     -32768, 65280, 0, 48896,
  655.                     /* [69] */
  656.                     -32768, 65280, 0, 47104,
  657.                     /* [70] */
  658.                     -32768, 65280, 0, 45568,
  659.                     /* [71] */
  660.                     -32768, 65280, 0, 44032,
  661.                     /* [72] */
  662.                     -32768, 65280, 0, 42240,
  663.                     /* [73] */
  664.                     -32768, 65280, 0, 40704,
  665.                     /* [74] */
  666.                     -32768, 65280, 0, 39168,
  667.                     /* [75] */
  668.                     -32768, 65280, 0, 37376,
  669.                     /* [76] */
  670.                     -32768, 65280, 0, 35840,
  671.                     /* [77] */
  672.                     -32768, 65280, 0, 34048,
  673.                     /* [78] */
  674.                     -32768, 65280, 0, 32512,
  675.                     /* [79] */
  676.                     -32768, 65280, 0, 30976,
  677.                     /* [80] */
  678.                     -32768, 65280, 0, 29184,
  679.                     /* [81] */
  680.                     -32768, 65280, 0, 27648,
  681.                     /* [82] */
  682.                     -32768, 65280, 0, 26112,
  683.                     /* [83] */
  684.                     -32768, 65280, 0, 24320,
  685.                     /* [84] */
  686.                     -32768, 65280, 0, 22784,
  687.                     /* [85] */
  688.                     -32768, 65280, 0, 20992,
  689.                     /* [86] */
  690.                     -32768, 65280, 0, 19456,
  691.                     /* [87] */
  692.                     -32768, 65280, 0, 17920,
  693.                     /* [88] */
  694.                     -32768, 65280, 0, 16128,
  695.                     /* [89] */
  696.                     -32768, 65280, 0, 14592,
  697.                     /* [90] */
  698.                     -32768, 65280, 0, 13056,
  699.                     /* [91] */
  700.                     -32768, 65280, 0, 11264,
  701.                     /* [92] */
  702.                     -32768, 65280, 0, 9728,
  703.                     /* [93] */
  704.                     -32768, 65280, 0, 7936,
  705.                     /* [94] */
  706.                     -32768, 65280, 0, 6400,
  707.                     /* [95] */
  708.                     -32768, 65280, 0, 4864,
  709.                     /* [96] */
  710.                     -32768, 65280, 0, 3072,
  711.                     /* [97] */
  712.                     -32768, 65280, 0, 1536,
  713.                     /* [98] */
  714.                     -32768, 65280, 0, 0,
  715.                     /* [99] */
  716.                     -32768, 65280, 1536, 0,
  717.                     /* [100] */
  718.                     -32768, 65280, 3072, 0,
  719.                     /* [101] */
  720.                     -32768, 65280, 4864, 0,
  721.                     /* [102] */
  722.                     -32768, 65280, 6400, 0,
  723.                     /* [103] */
  724.                     -32768, 65280, 7936, 0,
  725.                     /* [104] */
  726.                     -32768, 65280, 9728, 0,
  727.                     /* [105] */
  728.                     -32768, 65280, 11264, 0,
  729.                     /* [106] */
  730.                     -32768, 65280, 13056, 0,
  731.                     /* [107] */
  732.                     -32768, 65280, 14592, 0,
  733.                     /* [108] */
  734.                     -32768, 65280, 16128, 0,
  735.                     /* [109] */
  736.                     -32768, 65280, 17920, 0,
  737.                     /* [110] */
  738.                     -32768, 65280, 19456, 0,
  739.                     /* [111] */
  740.                     -32768, 65280, 20992, 0,
  741.                     /* [112] */
  742.                     -32768, 65280, 22784, 0,
  743.                     /* [113] */
  744.                     -32768, 65280, 24320, 0,
  745.                     /* [114] */
  746.                     -32768, 65280, 26112, 0,
  747.                     /* [115] */
  748.                     -32768, 65280, 27648, 0,
  749.                     /* [116] */
  750.                     -32768, 65280, 29184, 0,
  751.                     /* [117] */
  752.                     -32768, 65280, 30976, 0,
  753.                     /* [118] */
  754.                     -32768, 65280, 32512, 0,
  755.                     /* [119] */
  756.                     -32768, 65280, 34048, 0,
  757.                     /* [120] */
  758.                     -32768, 65280, 35840, 0,
  759.                     /* [121] */
  760.                     -32768, 65280, 37376, 0,
  761.                     /* [122] */
  762.                     -32768, 65280, 39168, 0,
  763.                     /* [123] */
  764.                     -32768, 65280, 40704, 0,
  765.                     /* [124] */
  766.                     -32768, 65280, 42240, 0,
  767.                     /* [125] */
  768.                     -32768, 65280, 44032, 0,
  769.                     /* [126] */
  770.                     -32768, 65280, 45568, 0,
  771.                     /* [127] */
  772.                     -32768, 65280, 47104, 0,
  773.                     /* [128] */
  774.                     -32768, 65280, 48896, 0,
  775.                     /* [129] */
  776.                     -32768, 65280, 50432, 0,
  777.                     /* [130] */
  778.                     -32768, 65280, 52224, 0,
  779.                     /* [131] */
  780.                     -32768, 65280, 53760, 0,
  781.                     /* [132] */
  782.                     -32768, 65280, 55296, 0,
  783.                     /* [133] */
  784.                     -32768, 65280, 57088, 0,
  785.                     /* [134] */
  786.                     -32768, 65280, 58624, 0,
  787.                     /* [135] */
  788.                     -32768, 65280, 60160, 0,
  789.                     /* [136] */
  790.                     -32768, 65280, 61952, 0,
  791.                     /* [137] */
  792.                     -32768, 65280, 63488, 0,
  793.                     /* [138] */
  794.                     -32768, 65280, 65280, 0,
  795.                     /* [139] */
  796.                     -32768, 63488, 65280, 0,
  797.                     /* [140] */
  798.                     -32768, 61952, 65280, 0,
  799.                     /* [141] */
  800.                     -32768, 60160, 65280, 0,
  801.                     /* [142] */
  802.                     -32768, 58624, 65280, 0,
  803.                     /* [143] */
  804.                     -32768, 57088, 65280, 0,
  805.                     /* [144] */
  806.                     -32768, 55296, 65280, 0,
  807.                     /* [145] */
  808.                     -32768, 53760, 65280, 0,
  809.                     /* [146] */
  810.                     -32768, 52224, 65280, 0,
  811.                     /* [147] */
  812.                     -32768, 50432, 65280, 0,
  813.                     /* [148] */
  814.                     -32768, 48896, 65280, 0,
  815.                     /* [149] */
  816.                     -32768, 47104, 65280, 0,
  817.                     /* [150] */
  818.                     -32768, 45568, 65280, 0,
  819.                     /* [151] */
  820.                     -32768, 44032, 65280, 0,
  821.                     /* [152] */
  822.                     -32768, 42240, 65280, 0,
  823.                     /* [153] */
  824.                     -32768, 40704, 65280, 0,
  825.                     /* [154] */
  826.                     -32768, 39168, 65280, 0,
  827.                     /* [155] */
  828.                     -32768, 37376, 65280, 0,
  829.                     /* [156] */
  830.                     -32768, 35840, 65280, 0,
  831.                     /* [157] */
  832.                     -32768, 34048, 65280, 0,
  833.                     /* [158] */
  834.                     -32768, 32512, 65280, 0,
  835.                     /* [159] */
  836.                     -32768, 30976, 65280, 0,
  837.                     /* [160] */
  838.                     -32768, 29184, 65280, 0,
  839.                     /* [161] */
  840.                     -32768, 27648, 65280, 0,
  841.                     /* [162] */
  842.                     -32768, 26112, 65280, 0,
  843.                     /* [163] */
  844.                     -32768, 24320, 65280, 0,
  845.                     /* [164] */
  846.                     -32768, 22784, 65280, 0,
  847.                     /* [165] */
  848.                     -32768, 20992, 65280, 0,
  849.                     /* [166] */
  850.                     -32768, 19456, 65280, 0,
  851.                     /* [167] */
  852.                     -32768, 17920, 65280, 0,
  853.                     /* [168] */
  854.                     -32768, 16128, 65280, 0,
  855.                     /* [169] */
  856.                     -32768, 14592, 65280, 0,
  857.                     /* [170] */
  858.                     -32768, 13056, 65280, 0,
  859.                     /* [171] */
  860.                     -32768, 11264, 65280, 0,
  861.                     /* [172] */
  862.                     -32768, 9728, 65280, 0,
  863.                     /* [173] */
  864.                     -32768, 7936, 65280, 0,
  865.                     /* [174] */
  866.                     -32768, 6400, 65280, 0,
  867.                     /* [175] */
  868.                     -32768, 4864, 65280, 0,
  869.                     /* [176] */
  870.                     -32768, 3072, 65280, 0,
  871.                     /* [177] */
  872.                     -32768, 1536, 65280, 0,
  873.                     /* [178] */
  874.                     -32768, 0, 65280, 0,
  875.                     /* [179] */
  876.                     -32768, 0, 65280, 1536,
  877.                     /* [180] */
  878.                     -32768, 0, 65280, 3072,
  879.                     /* [181] */
  880.                     -32768, 0, 65280, 4864,
  881.                     /* [182] */
  882.                     -32768, 0, 65280, 6400,
  883.                     /* [183] */
  884.                     -32768, 0, 65280, 7936,
  885.                     /* [184] */
  886.                     -32768, 0, 65280, 9728,
  887.                     /* [185] */
  888.                     -32768, 0, 65280, 11264,
  889.                     /* [186] */
  890.                     -32768, 0, 65280, 13056,
  891.                     /* [187] */
  892.                     -32768, 0, 65280, 14592,
  893.                     /* [188] */
  894.                     -32768, 0, 65280, 16128,
  895.                     /* [189] */
  896.                     -32768, 0, 65280, 17920,
  897.                     /* [190] */
  898.                     -32768, 0, 65280, 19456,
  899.                     /* [191] */
  900.                     -32768, 0, 65280, 20992,
  901.                     /* [192] */
  902.                     -32768, 0, 65280, 22784,
  903.                     /* [193] */
  904.                     -32768, 0, 65280, 24320,
  905.                     /* [194] */
  906.                     -32768, 0, 65280, 26112,
  907.                     /* [195] */
  908.                     -32768, 0, 65280, 27648,
  909.                     /* [196] */
  910.                     -32768, 0, 65280, 29184,
  911.                     /* [197] */
  912.                     -32768, 0, 65280, 30976,
  913.                     /* [198] */
  914.                     -32768, 0, 65280, 32512,
  915.                     /* [199] */
  916.                     -32768, 0, 65280, 34048,
  917.                     /* [200] */
  918.                     -32768, 0, 65280, 35840,
  919.                     /* [201] */
  920.                     -32768, 0, 65280, 37376,
  921.                     /* [202] */
  922.                     -32768, 0, 65280, 39168,
  923.                     /* [203] */
  924.                     -32768, 0, 65280, 40704,
  925.                     /* [204] */
  926.                     -32768, 0, 65280, 42240,
  927.                     /* [205] */
  928.                     -32768, 0, 65280, 44032,
  929.                     /* [206] */
  930.                     -32768, 0, 65280, 45568,
  931.                     /* [207] */
  932.                     -32768, 0, 65280, 47104,
  933.                     /* [208] */
  934.                     -32768, 0, 65280, 48896,
  935.                     /* [209] */
  936.                     -32768, 0, 65280, 50432,
  937.                     /* [210] */
  938.                     -32768, 0, 65280, 52224,
  939.                     /* [211] */
  940.                     -32768, 0, 65280, 53760,
  941.                     /* [212] */
  942.                     -32768, 0, 65280, 55296,
  943.                     /* [213] */
  944.                     -32768, 0, 65280, 57088,
  945.                     /* [214] */
  946.                     -32768, 0, 65280, 58624,
  947.                     /* [215] */
  948.                     -32768, 0, 65280, 60160,
  949.                     /* [216] */
  950.                     -32768, 0, 65280, 61952,
  951.                     /* [217] */
  952.                     -32768, 0, 65280, 63488,
  953.                     /* [218] */
  954.                     -32768, 0, 65280, 65280,
  955.                     /* [219] */
  956.                     -32768, 0, 63488, 65280,
  957.                     /* [220] */
  958.                     -32768, 0, 61952, 65280,
  959.                     /* [221] */
  960.                     -32768, 0, 60160, 65280,
  961.                     /* [222] */
  962.                     -32768, 0, 58624, 65280,
  963.                     /* [223] */
  964.                     -32768, 0, 57088, 65280,
  965.                     /* [224] */
  966.                     -32768, 0, 55296, 65280,
  967.                     /* [225] */
  968.                     -32768, 0, 53760, 65280,
  969.                     /* [226] */
  970.                     -32768, 0, 52224, 65280,
  971.                     /* [227] */
  972.                     -32768, 0, 50432, 65280,
  973.                     /* [228] */
  974.                     -32768, 0, 48896, 65280,
  975.                     /* [229] */
  976.                     -32768, 0, 47104, 65280,
  977.                     /* [230] */
  978.                     -32768, 0, 45568, 65280,
  979.                     /* [231] */
  980.                     -32768, 0, 44032, 65280,
  981.                     /* [232] */
  982.                     -32768, 0, 42240, 65280,
  983.                     /* [233] */
  984.                     -32768, 0, 40704, 65280,
  985.                     /* [234] */
  986.                     -32768, 0, 39168, 65280,
  987.                     /* [235] */
  988.                     -32768, 0, 37376, 65280,
  989.                     /* [236] */
  990.                     -32768, 0, 35840, 65280,
  991.                     /* [237] */
  992.                     -32768, 0, 34048, 65280,
  993.                     /* [238] */
  994.                     -32768, 0, 32512, 65280,
  995.                     /* [239] */
  996.                     -32768, 0, 30976, 65280,
  997.                     /* [240] */
  998.                     -32768, 0, 29184, 65280,
  999.                     /* [241] */
  1000.                     -32768, 61440, 61440, 61440,
  1001.                     /* [242] */
  1002.                     -32768, 57344, 57344, 57344,
  1003.                     /* [243] */
  1004.                     -32768, 53248, 53248, 53248,
  1005.                     /* [244] */
  1006.                     -32768, 49152, 49152, 49152,
  1007.                     /* [245] */
  1008.                     -32768, 45056, 45056, 45056,
  1009.                     /* [246] */
  1010.                     -32768, 40960, 40960, 40960,
  1011.                     /* [247] */
  1012.                     -32768, 36864, 36864, 36864,
  1013.                     /* [248] */
  1014.                     -32768, 32768, 32768, 32768,
  1015.                     /* [249] */
  1016.                     -32768, 28672, 28672, 28672,
  1017.                     /* [250] */
  1018.                     -32768, 24576, 24576, 24576,
  1019.                     /* [251] */
  1020.                     -32768, 20480, 20480, 20480,
  1021.                     /* [252] */
  1022.                     -32768, 16384, 16384, 16384,
  1023.                     /* [253] */
  1024.                     -32768, 12288, 12288, 12288,
  1025.                     /* [254] */
  1026.                     -32768, 8192, 8192, 8192,
  1027.                     /* [255] */
  1028.                     -32768, 4096, 4096, 4096,
  1029.                     /* [256] */
  1030.                     -32768, 0, 0, 0
  1031.                 },
  1032.                 {3, 66, 51, 265},
  1033.                 {3, 66, 51, 265},
  1034.                 srcCopy,
  1035.                 {3, 66, 51, 265},
  1036.                 $"",
  1037.                 $"10 81 00 C9 00 FB 01 02 00 01 01 FD 00 02 01 01 B7 12 81 00 C7 00 01 0A 0A FE 00 FE 0A 01 00 00"
  1038.                 $"FE 0A 00 0D 0D 81 00 C7 00 01 13 13 FE 00 F9 13 00 FB 13 81 00 C7 00 01 1C 1C FE 00 08 1C 1C 00"
  1039.                 $"1C 1C 00 1C 1C E1 1B F7 01 F1 00 F7 01 BE 00 01 01 01 B0 00 01 26 26 FE 00 01 26 26 FD 00 02 26"
  1040.                 $"26 FD 1B F7 03 F1 00 F7 03 BE 00 01 03 03 B0 00 01 2F 2F FE 00 01 2F 2F FD 00 02 2F 2F FF 1D 01"
  1041.                 $"00 00 F8 05 F2 00 F9 05 BC 00 FE 05 B1 00 01 38 38 FE 00 01 38 38 FD 00 02 38 38 C6 11 01 00 00"
  1042.                 $"F8 07 F2 00 F9 07 BC 00 FE 07 A4 00 00 FF 11 01 00 00 F7 09 F4 00 F8 09 BD 00 FC 09 A5 00 00 FB"
  1043.                 $"11 01 00 00 F7 0B F4 00 F8 0B BD 00 FC 0B A5 00 00 A7 11 01 00 00 F6 0D F6 00 F7 0D BE 00 FA 0D"
  1044.                 $"A6 00 00 D0 11 01 00 00 F6 0F F6 00 F7 0F BE 00 FA 0F A6 00 00 FB 29 01 00 00 F5 11 F8 00 F6 11"
  1045.                 $"F3 00 F7 01 F1 00 F5 01 F3 00 F8 11 F0 00 FB 01 FD 00 FB 01 F3 00 FB 01 FD 00 FB 01 E6 00 00 EB"
  1046.                 $"2A 01 00 00 F5 13 F8 00 F6 13 F5 00 F4 04 F4 00 F2 04 F4 00 F8 13 F2 00 F9 03 FE 00 F8 03 F6 00"
  1047.                 $"FA 03 01 00 00 F7 03 E8 00 00 C1 2D 01 00 00 F4 15 FA 00 F5 15 F7 00 FA 06 FE 00 FB 06 F7 00 FA"
  1048.                 $"06 FE 00 F9 06 F6 00 FE 15 00 00 FA 15 F5 00 E9 05 FB 00 E9 05 EA 00 00 FF 2D 01 00 00 F4 17 FA"
  1049.                 $"00 F5 17 F8 00 FA 09 FD 00 FB 09 F8 00 FA 09 FC 00 FA 09 F6 00 FE 17 00 00 FA 17 F5 00 E8 06 FC"
  1050.                 $"00 E8 06 EB 00 00 F8 3D 01 00 00 FD 19 00 00 F8 19 FC 00 FD 19 00 00 F9 19 F9 00 F9 0C FD 00 FB"
  1051.                 $"0C F9 00 FA 0C FA 00 FB 0C F7 00 FE 19 FE 00 FA 19 F4 00 F7 08 FB 00 F9 08 FB 00 F7 08 FB 00 F9"
  1052.                 $"08 EC 00 00 A2 3D 01 00 00 FD 1B 00 00 F8 1B FC 00 FD 1B 00 00 F9 1B F9 00 FA 0E FC 00 FB 0E F9"
  1053.                 $"00 FB 0E F8 00 FC 0E F7 00 FE 1B FE 00 FA 1B F4 00 F8 0A F9 00 F9 0A FC 00 F8 0A F9 00 F9 0A ED"
  1054.                 $"00 00 21 3F 01 00 00 FD 1D 01 00 00 F8 1D FE 00 FD 1D 01 00 00 F9 1D F9 00 FB 11 FB 00 FB 11 FA"
  1055.                 $"00 FA 11 F7 00 FD 11 F8 00 FE 1D FC 00 FA 1D F5 00 F9 0C F7 00 FA 0C FC 00 F9 0C F7 00 FA 0C ED"
  1056.                 $"00 00 F9 40 01 00 00 FD 1F 01 00 00 F8 1F FE 00 FD 1F 01 00 00 F9 1F F8 00 FD 14 FB 00 FA 14 FA"
  1057.                 $"00 FA 14 F6 00 01 14 14 F7 00 FE 1F FC 00 FA 1F F5 00 F9 0D F7 00 F9 0D FD 00 F9 0D F7 00 F9 0D"
  1058.                 $"EE 00 00 F4 35 01 00 00 FD 21 FE 00 F8 21 00 00 FD 21 FE 00 F9 21 EF 00 F9 16 FB 00 F9 16 EB 00"
  1059.                 $"FE 21 FA 00 FA 21 F6 00 F9 0F F7 00 F9 0F FD 00 F9 0F F7 00 F9 0F EE 00 00 FF 35 01 00 00 FD 23"
  1060.                 $"FE 00 F8 23 00 00 FD 23 FE 00 F9 23 F0 00 F8 19 FB 00 F9 19 EB 00 FE 23 FA 00 FA 23 F6 00 F9 11"
  1061.                 $"F7 00 F9 11 FD 00 F9 11 F7 00 F9 11 EE 00 00 23 31 01 00 00 FD 25 FD 00 F5 25 FD 00 F9 25 F1 00"
  1062.                 $"F7 1C FB 00 F9 1C EC 00 FE 25 F8 00 FA 25 F7 00 F9 13 F7 00 F9 13 FD 00 F9 13 F7 00 F9 13 EE 00"
  1063.                 $"00 F8 35 01 00 00 FD 27 FD 00 F5 27 FD 00 F9 27 F3 00 FC 1E 00 00 FB 1E FB 00 F9 1E EC 00 FE 27"
  1064.                 $"F8 00 FA 27 F7 00 F9 15 F7 00 F9 15 FD 00 F9 15 F7 00 F9 15 EE 00 00 FF 32 01 00 00 FD 29 FC 00"
  1065.                 $"F7 29 FC 00 F9 29 F5 00 FB 21 01 00 00 FB 21 FB 00 F9 21 ED 00 EC 29 F8 00 F9 16 F7 00 F9 16 FD"
  1066.                 $"00 F9 16 F7 00 F9 16 EE 00 00 F7 31 01 00 00 FD 2B FC 00 F7 2B FC 00 F9 2B F6 00 FB 24 FE 00 FB"
  1067.                 $"24 FB 00 F9 24 ED 00 EC 2B F8 00 F9 18 F7 00 F9 18 FD 00 F9 18 F7 00 F9 18 EE 00 00 9B 35 01 00"
  1068.                 $"00 FD 2D FB 00 F9 2D FB 00 F9 2D F7 00 FB 26 FD 00 FB 26 FB 00 F8 26 EF 00 FE 2D F5 00 F9 2D F9"
  1069.                 $"00 F9 1A F7 00 F9 1A FD 00 F9 1A F7 00 F9 1A EE 00 00 F5 35 01 00 00 FD 2F FB 00 F9 2F FB 00 F9"
  1070.                 $"2F F8 00 FB 29 FC 00 FB 29 FB 00 F8 29 EF 00 FE 2F F5 00 F9 2F F9 00 F9 1C F7 00 F9 1C FD 00 F9"
  1071.                 $"1C F7 00 F9 1C EE 00 00 FD 35 01 00 00 FD 31 FA 00 FB 31 FA 00 F9 31 F9 00 FB 2C FB 00 FB 2C FA"
  1072.                 $"00 F8 2C F1 00 FE 31 F3 00 F9 31 FA 00 F9 1D F7 00 FA 1D FC 00 F9 1D F7 00 FA 1D ED 00 00 F6 35"
  1073.                 $"01 00 00 FD 33 FA 00 FB 33 FA 00 F9 33 F9 00 FB 2E FB 00 FB 2E FA 00 F8 2E F1 00 FE 33 F3 00 F9"
  1074.                 $"33 FA 00 F9 1F F7 00 FA 1F FC 00 F9 1F F7 00 FA 1F ED 00 00 98 3D 01 00 00 FD 35 F9 00 FD 35 F9"
  1075.                 $"00 F9 35 F9 00 FB 31 FC 00 FA 31 FE 00 00 31 FD 00 F8 31 F7 00 00 31 FE 00 FE 35 F1 00 F9 35 FB"
  1076.                 $"00 F9 21 F8 00 FA 21 FB 00 F9 21 F8 00 FA 21 EC 00 00 2B 3F 01 00 00 FD 37 F9 00 FD 37 F9 00 F9"
  1077.                 $"37 F9 00 FA 34 FE 00 F9 34 03 00 00 34 34 FD 00 F7 34 F9 00 01 34 34 FE 00 FE 37 F1 00 F9 37 FB"
  1078.                 $"00 F9 23 F9 00 F9 23 FB 00 F9 23 F9 00 F9 23 EC 00 00 F9 32 01 00 00 FD 39 F8 00 01 39 39 F8 00"
  1079.                 $"F9 39 F9 00 EB 36 FC 00 EF 36 FE 00 FE 39 EF 00 F8 39 FD 00 F8 25 FB 00 F9 25 FA 00 F8 25 FB 00"
  1080.                 $"F9 25 EB 00 00 FF 32 01 00 00 FD 3B F8 00 01 3B 3B F8 00 F9 3B F9 00 EC 39 FA 00 F1 39 FD 00 FE"
  1081.                 $"3B EF 00 F8 3B FD 00 F7 26 FD 00 F9 26 F9 00 F7 26 FD 00 F9 26 EA 00 00 FF 27 F9 3D F1 00 F5 3D"
  1082.                 $"FA 00 F7 3C FE 00 FB 3C F7 00 F4 3C FE 00 F9 3D F5 00 F3 3D 01 00 00 ED 28 F7 00 ED 28 E8 00 00"
  1083.                 $"6E 27 F9 3F F1 00 F5 3F F9 00 F9 3E FD 00 FC 3E F4 00 F7 3E FD 00 F9 3F F5 00 F3 3F 01 00 00 EF"
  1084.                 $"2A F5 00 EF 2A E6 00 00 F5 0C 85 00 F9 2C EB 00 F9 2C DC 00 00 FF 0C 85 00 F9 2D EB 00 F9 2D DC"
  1085.                 $"00 00 30 0C 85 00 F9 2F EB 00 F9 2F DC 00 00 78 0C 85 00 F9 31 EB 00 F9 31 DC 00 00 F1 0C 85 00"
  1086.                 $"F9 33 EB 00 F9 33 DC 00 00 50 0C 85 00 F9 35 EB 00 F9 35 DC 00 00 FF 0C 85 00 F9 36 EB 00 F9 36"
  1087.                 $"DC 00 00 F2 0C 85 00 F9 38 EB 00 F9 38 DC 00 00 64 0C 85 00 F9 3A EB 00 F9 3A DC 00 00 46 0C 85"
  1088.                 $"00 F9 3C EB 00 F9 3C DC 00 00 80 0C 87 00 F5 3D EF 00 F5 3D DE 00 00 FF 0C 87 00 F5 3F EF 00 F5"
  1089.                 $"3F DE 00 00 6E"
  1090.             },
  1091.             /* [5] */
  1092.             OpEndPic {
  1093.  
  1094.             }
  1095.         }
  1096.     }
  1097. };
  1098.  
  1099.